projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6ba12
)
(Info-extract-pointer): Fix error format string.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:16:36 +0000
(23:16 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 29 Jan 1996 23:16:36 +0000
(23:16 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 47f714b8e86bc039da5e12d4906c076d90a04b9c..1ca54be65a8e413a13a4a7971ae7e10e02a6e4c6 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-792,7
+792,7
@@
In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
(Info-following-node-name))
(if (eq errorname t)
nil
- (error
(concat "Node has no " (capitalize (or errorname name)
)))))))
+ (error
"Node has no %s" (capitalize (or errorname name
)))))))
;; Return the node name in the buffer following point.
;; ALLOWEDCHARS, if non-nil, goes within [...] to make a regexp